home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Sep 89 / Y0048-Scroller problem-Sep89 < prev    next >
Encoding:
Text File  |  1989-09-14  |  860 b   |  29 lines  |  [TEXT/GEOL]

  1. Item    8318476                         13-Sept-89        22:43
  2.  
  3. From:   CH0068                          CH DEV Hamilton, Bonaduz
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    Scroller problem
  8.  
  9. I am probably still in the steep part of the macapp learning curve, so I hope
  10. some more experienced macappers can help me. I have the following Scroller
  11. in the calc.r example file:
  12.  
  13.         Scroller {
  14.             "TScroller",
  15.             VertScrollBar, HorzScrollBar,
  16.             f1 , f2, f3, f4,
  17.             VertConstrain, HorzConstrain,
  18.             {-15, -kRowTitleWidth+1, 0, 0 }},
  19.  
  20. Can anyone tell me how the fields f1-f4 ,VertConstrain and HorzConstrain
  21. influence the behaviour of this scroller ?
  22. I experimented using the Calc example and couldn't get any effect when
  23. I changed the values of these fields.
  24.  
  25. Thank you in advance for your help
  26.                                     Thomas
  27.  
  28.  
  29.